home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / fkeys105.zip / FKEYS.DOC < prev    next >
Text File  |  1994-06-11  |  3KB  |  64 lines

  1.  
  2. ------------------------------------------------------------------------------
  3.      FKEYS v1.05   -   Assembly language code written by Malcolm Boyle
  4. ------------------------------------------------------------------------------
  5.  
  6.    Welcome to FKEYS - a tiny TSR program (just 5k) that allows the user to
  7. easily determine what should happen when the Function Keys are pressed.
  8.  
  9.    This program will be of use to those people who often type the same
  10. command over and over again. With FKEYS all you have to do is press the
  11. hot key F11 to run the setup menu where you will be asked to press one of
  12. the Function Keys. Once you have pressed the FKEY you want to program, you
  13. will be asked to enter the command(s) to be executed when that FKEY is
  14. pressed.
  15.  
  16.    A useful feature of this program is the ability you have to program the
  17. FKEYS of your choice from a standard ASCII text file which is read into
  18. memory when FKEYS is launched. The ASCII file FKEYS.INI should be created
  19. and placed in your C:\DOS directory. The ini file itself is very simple to
  20. follow - just type the number of the FKEY at the beginning of a line,
  21. followed by a colon and then the commands of your choice.
  22. e.g.
  23.  
  24. 1:dir|
  25. 2:cd\windows|dir *.bmp|
  26.  
  27. An example FKEYS.INI is supplied for you - place it in your C:\DOS directory.
  28.  
  29. Note the use of the Carriage Return key represented by '|', this is the
  30. equivalent of pressing RETURN on the keyboard.
  31. Note also that multiple commands can be programmed to one Function Key, and
  32. are separated by '|'.
  33.  
  34.    You should move FKEYS.COM and FKEYS.INI into you DOS directory on your C
  35. drive otherwise the INI file will not be read properly. I suggest you
  36. include the following command in your AUTOEXEC.BAT file, preferably after
  37. other TSR's such as DOSKey:
  38.  
  39. loadhigh c:\dos\fkeys.com
  40.  
  41.    I have taken every care that this TSR program doesn't cause conflicts
  42. with other TSR's. If you have a TSR loaded that uses one of the Function
  43. Keys (F6 say), then FKEYS will not interfere with it and it will Function
  44. as normal even with FKEYS loaded (unless you specifically set up F6 to do
  45. something else).
  46.  
  47.    FKEYS is a freely distributable ShareWare Program written in Assembly
  48. Language.
  49. If you like/use it please send just  £5  to
  50.  
  51.                          Malcolm Boyle
  52.                          351 Woodborough Road,
  53.                          Nottingham
  54.                          England
  55.                          NG3 4JJ
  56.  
  57. You can contact me for suggestions/opinions  --  mal@nottm.demon.co.uk
  58.  
  59. If you would also like to receive a disk full of excellent utilities/programs
  60. /games written in C and fast assembly code by myself, then please add £5 for
  61. disk cost & postage and include your name and address.
  62.  
  63.  
  64.